home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / Xvi V1.0 / README < prev    next >
Text File  |  1996-09-26  |  2KB  |  57 lines

  1. This is a source release of the Xvi editor (derived from "STEVIE"), a
  2. clone of the UNIX editor `vi'. The program was originally developed
  3. for the Atari ST, but has been ported to UNIX, MS-DOS, OS/2 and QNX as
  4. well.
  5.  
  6. Xvi is a portable multi-window version of `vi'. In spite of its name,
  7. there is, as yet, no X-Windows-specific version of it, but work is
  8. still in progress. Existing versions use text windows separated by
  9. horizontal status lines on character mode displays.  The windows may
  10. represent different files being edited, or different views on to the
  11. same file.
  12.  
  13. Unix, MS-DOS and QNX versions have now been in regular use by the
  14. authors, and many of our colleagues, for about three and a half years,
  15. and the editor's behaviour seems fairly satisfactory.
  16.  
  17. This source code is not in the public domain, but is provided for free,
  18. subject to the license conditions set out in the COPYING file.
  19.  
  20. The files included in the `doc' directory are:
  21.  
  22. README
  23.     What you're reading.
  24.  
  25. COPYING
  26.     The license under which xvi is provided. Please read and
  27.     understand this license if you are going to re-distribute xvi.
  28.  
  29. help
  30.     The help file used by xvi.
  31.  
  32. source.ms
  33. source.lst
  34.     A guide to the Xvi source code, including information about
  35.     how to port Xvi to different systems. Provided in [nt]roff -ms
  36.     source & nroff output formats. A PostScript version may follow
  37.     later.
  38.  
  39. summary.ms
  40. summary.lst
  41.     A document describing the differences between vi and xvi.
  42.     Same formats.
  43.  
  44. xvi.1
  45. xvi.lst
  46.     A Unix-style manual page, in [nt]roff -man & nroff output
  47.     formats.
  48.  
  49. Chances are, if you're on UNIX, MS-DOS or QNX, you'll be able
  50. to compile xvi without changing anything. Change directory
  51. into `src', pick a makefile and go for it.
  52.  
  53. If that doesn't work, read doc/source.ms.
  54.  
  55. Chris & John Downey
  56. October 1992
  57.